html,body{ margin:0; padding:0; height:100%; position:relative; font-family:"SimHei" }
.container {
	display: block;
	width: 100%;
	margin: 0px auto; height:100%; position:relative;
}

#iview {
	display: block;
	max-width:1600px; margin:0 auto;
	width: 100%;
	height: 100%;
	position: relative;
}

#iview .iviewSlider { 
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
}

.iview-controlNav {
	position: absolute;
	bottom:40px;
	left: 44%;
	height: 44px;
	-webkit-transform: translate(0,-50%);transform: translate(0,-50%);
}

.iview-controlNav a {
	text-indent: -9999px;
}

.iview-controlNav a.iview-controlPrevNav {
	float: left;
	width: 50px;
	height: 44px;
	background: url('../../img/slider-controls.png') no-repeat;
}

.iview-controlNav a.iview-controlNextNav {
	float: left;
	width: 50px;
	height: 44px;
	background: url('../../img/slider-controls.png') no-repeat -50px 0px;
}

.iview-controlNav div.iview-items {
	float: left;
	padding: 0px 10px 0px 10px;
	height: 44px;
	background: url('../../img/nav-bg.png');
}

.iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	background: url('../../img/bullets.png') no-repeat;
	line-height: 0px;
}

.iview-controlNav a.iview-control.active {
	background-position: 0px -12px;
}

.iview-caption {
	padding: 10px 15px;


	
}

.iview-caption.caption1 {
	font-size:40px; position:absolute; top:18%; right:0;
	color:#c40000;
	font-weight: bold;
	height: 45px;
	 width:760px;
}

.iview-caption.caption2 { color:#000;
	position:absolute; top:27%; right:0;
	font-size:22px;
	text-shadow: none;
	 width:760px;
}

.iview-caption.caption3 {
	color: #fff;
	font-size:36px;
	text-shadow: none;
	text-shadow: #000 2px 2px 0px;
	font-weight: bold;
	left:20%;
	top:30%;
}

.iview-caption.caption4 {
	font-size:36px;
	font-weight: bold; color:#fff;
	text-shadow: #000 2px 2px 0px;
	right:20%;
	top:38%;
}

.iview-caption.caption5 {
	color: #c40000;

	font-size:36px;
	font-weight: bold;
	text-shadow: none;
	text-shadow: #fff 1px 1px 0px;
	left:10%; top:27%;width:700px;
	 text-align:left;
}

.iview-caption.caption6 {
	font-size:28px;
	color:#fff;
	text-shadow: #000 2px 2px 0px;
	left:10%; top:34%; width:700px; text-align:left;
}



.iview-caption.blackcaption {
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}
.iview-controlNav div.iview-items ul{  padding:0; margin:14px 0 0 0;}
.iview-controlNav div.iview-items ul li {
	padding: 0px; display:inline-block;
	width: 11px;
	height: 12px;
	margin: 3px;
	margin-top: 0;
	line-height: 0px;
}

#iview #iview-tooltip {
	display: none;
	position: absolute;
	background: url('../../img/tooltip.png') no-repeat;
	width: 124px;
	height: 90px;
	bottom: 30px;
	left: -67px;
	padding: 10px;
	z-index: 100;
}

#iview #iview-tooltip div.holder {
	display: block;
	width: 124px;
	height: 84px;
	overflow: hidden;
	border-radius: 2px;
}

#iview #iview-tooltip div.holder div.container {
	display: block;
	width: 4000px;
}

#iview #iview-tooltip div.holder div.container div {
	float: left;
	display: block;
	overflow: hidden;
	width: 124px;
	height: 84px;
	left: -50%;
	text-align: center;
}

#iview #iview-tooltip div.holder div.container div img {
	height: 84px;
	margin: 0 auto;
}